home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / selection / shape / shape.def < prev    next >
Encoding:
Text File  |  1996-07-18  |  309 b   |  18 lines

  1. ;
  2. ;    File: Shape.def
  3. ;
  4. ;    Copyright 1996 by Adobe Systems Inc.
  5. ;
  6. ;    Window's def file for shape selection module.
  7. ;
  8. LIBRARY     Shape
  9.  
  10. DESCRIPTION 'Shape Photoshop selection module'
  11.  
  12. CODE        PRELOAD MOVEABLE
  13. DATA        PRELOAD MOVEABLE SINGLE
  14.  
  15. EXPORTS
  16.             ENTRYPOINT        @1
  17.             SelectionProc    @2
  18.